The filling material based on high water quick setting ferroaluminate cement ( HWQSFC) and tailings was a sort of new filling material used in mines. 铁铝型高水速凝全尾砂充填材料是一种以铁铝型高水速凝材料为胶凝材料的新型充填材料。
Those are just a couple of quick examples, the sort of things that we do run into. 这些只是几个小的例子,几个我们有可能碰到的例子。
Directly into the sort simple selection sort bubble sort quick sort heap sort. 简单选择排序;冒泡排序;快速排序;堆排序。
This article proposes a quick sort method based on the machine code of floating point numbers, which can sort the floating point numbers distributed at random. 本文提出一种可对任意分布的浮点数进行排序的快速排序方法,它基于浮点数的机内编码,具有速度快、实现简单、实用的特点。
A Quick Sort and Fuzzy Retrieving Approach for Chinese Text in Java Environment 一种适合Java环境的中文快速排序和模糊检索方法
On the further research of quick sort algorithm and position computing algorithm, the latter one is improved and optimized, thus more effective in data processing. 本文在进一步研究快速排序法和位置计算法的基础上,对位置计算法进行了改进,使程序得到了优化,从而提高了运行效率。
Software companies have been quick to notice the phenomenon, and have launched services that help traders sort the vast amount of information they receive through Twitter. 软件公司很快便注意到这种现象,并已推出相关服务,帮助操盘手将他们通过twitter接收到的大量信息进行分类。
The average running time of quick sort is less than that of all other currently known 0 ( nlogn) sorting algorithms. Its average time is O ( nlogn), and its performance is O ( n~ 2) in the worst case. 快速排序算法的平均时间小于所有已知的O(nlogn)排序算法。
In the process of the implementation, we use the STL, Standard Template Library, of C++, and some data structures, such like vector, set and quick sort algorithm. 程序采用了C++的标准模板库(STL,StandardTemplateLibrary),涉及到的数据结构有向量,集合和快速排序算法等。
The Implementation of Quick-sort in Multiprocessors 多处理机环境中快速排序并行实现策略
Quick sort method of super vast data amount 超大数据量的快速排序法
To speed up computation, we use Quick Sort algorithm and Insertion Sort algorithm instead of usually used Heap Sort algorithm. 在最小走时节点查寻中,结合使用快速排序算法与插入排序算法,替代以往方法中多采用的堆排序算法;
The government must establish compulsory special statute for the treatment of building waste, to promote the quick development of recycled concrete, a sort of new-style green concrete, at our country. 政府必须制定强制性的建筑垃圾处理的专项法规,以推动再生混凝土&这一新型绿色混凝土在我国的迅速发展。
A New Quick Sort Algorithm& Position Computing 一种新的快速排序算法&位置计算法
Heapsort is a kind of quick sort algorithm, the minimum ( or maximum) can be found by the greedy algorithm. 堆排序是一种比较快的排序方法,贪心算法中常常要找到最小(大)值。
Improvement on the Algorithm for Bubble Sort and Quick Sort 对冒泡排序和快速排序算法的改进
A Quick Sort Method Based on the Machine Code of Floating Point Numbers 基于浮点数机内编码的快速排序方法
Based on the discussion of quick sort algorithm, a new algorithm, position computing, is proposed. 本文在研究快速排序法的基础上,提出了一种新的算法&位置计算法。
Parallel quick sort algorithm on now NOW系统上的并行快速排序算法
Multi-thread Implement of Asynchronous Parallel Quick Sort Algorithm 快速排序异步并行算法的多线程实现
Now, transformation system we implemented has already transformed some typical algorithms described by c such as shortest path algorithm, quick sort algorithm into Java program. 目前,我们实现的转换系统已经可以把C语言描述的一些经典算法转换为Java程序,如最短路径算法,快速排序算法等。
The express mail goods transportation is one kind transportation service breed entering the quick seedtime of express freight transportation, at the same time it is a sort of transportation organization mode fully using network buildup technology and information technology to implement management and production control. 快件货物运输是快速货物运输中正在进入快速发展阶段的一种运输服务品种,同时它又是一种充分利用网络组织技术和信息化技术实施经营和生产管理的运输组织方式。
Partition algorithm is an important part in quick sort algorithms. Some forms of partition algorithm are discussed, and the usual algorithm of partition in double while repetition structure is rewritten to single while repetition structure form. 划分算法是快速排序算法中的重要组成部分,本文讨论了划分算法的几种形式,将通常的双循环形式的算法改写成单循环形式的算法。
A hierarchy and circularity of data structure was presented by analyzed STL files and compared a several of frequently used data structures. The structure acquired from redundancy vertex was filtered by vertex sequence of quick sort, and vertex adjacent list and triangle face adjacent list was established. 通过对STL文件的分析和几种常用数据结构的比较,给出了一种层次环状数据结构,该结构是由快速排序顶点序列进行冗余顶点滤除,并建立顶点邻接表和三角面片邻接表而得到的。
In this paper, through building MPI-based computer cluster environment, implemented based on parallel PSO quick sort, rank sort algorithm. 本文通过构建基于MPI的计算机群环境,实现了基于并行粒子群优化算法的快速排序、秩排序算法。
Besides this paper improve the quick sort algorithm to make it stable and faster. Finally, this paper implements a prototype system of Chinese natural language search engine. 并且通过对排序算法的研究,改进原有快速排序。最后,完成自然语言搜索引擎原型系统的设计和实现。
First, the quick sort and merger algorithm is used to merge vertexes data. 首先采用排序归并算法,归并顶点数据。